google.golang.org/grpc/internal/channelz.Identifier.id (field)

5 uses

	google.golang.org/grpc/internal/channelz (current package)
		id.go#L27: 	id  int64
		id.go#L39: 	return id.id
		id.go#L60: 	return id.typ == other.typ && id.id == other.id && id.pid == other.pid
		id.go#L74: 	return &Identifier{typ: typ, id: id, str: str, pid: pid}